home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / c / toollib / linklib / mutualex.asm < prev    next >
Assembly Source File  |  1995-12-30  |  177b  |  12 lines

  1. ;:ts=8
  2.  
  3.     xref    _ToolBase
  4.     xdef    _MutualExclude
  5. _MutualExclude:
  6.     movem.l    a6/a2/a3,-(sp)
  7.     move.l    _ToolBase,a6
  8.     movem.l    16(sp),a0/a1/a2/a3
  9.     jsr    -114(a6)
  10.     movem.l    (sp)+,a6/a2/a3
  11.     rts
  12.